html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Tahoma,Geneva,sans-serif;
}

body{
	background: #e7f6fc ; /* url(../img/bodybg.png) repeat-x top;*/
}

h1, h2, h3, h1 span{
	font-family: Tahoma;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

a {
	color: #3FB8E5;
	text-decoration: none;
	border-bottom: 1px solid #b2d237;
}

a:hover{
	
}

#wrapper{
	width: 820px;
	margin: 0 auto;	
	height: 100%;
	border-left: 3px solid #c9ebf8;
	border-right: 3px solid #c9ebf8;
}

#logolink{
	position: absolute;
	border: none;
	margin-left:20px;
	margin-top:10px;
}

#logolink:hover{
	border: none;
}

#content{
	margin: 0px;
	padding-top: 110px;
	background: #ffffff url('../img/contentfooterbg.png') repeat-x bottom;
	padding-bottom: 30px;
}

#login-holder{
	float: right;
	margin-top: 30px;
	margin-right: 31px;
	padding-top: 10px;
}

#login-link{
	background: url('../img/login-bg.png') no-repeat;
	display: block;
	width: 183px;
	height: 24px;
	text-indent: -9999px;
	margin-top: -30px;
	float: right;
	border: none;
}

#logout-link{
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 12px;
	float: right;
	margin-top: -30px;
	background:#3FB8E5 none repeat scroll 0 0;
	color:#FFFFFF;
	padding: 3px 8px;
}

#logout-link a{
	color: #fff;
	border: 0px;
}

#logout-link span{
	font-weight: bold;
}

#login-link:hover, #login-holder:hover #login-link{
	text-decoration: none;
	border: none;
	/*background: url('../img/login-hover-bg.png') no-repeat;*/
}

#login-form{
	display: none;
	background: url('../img/login-form-bg.png') no-repeat;
	height: 175px;
	margin-left:-39px;
	margin-top:-10px;
	position: absolute;
	width: 200px;
	z-index: 999;
	padding: 12px;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 12px;
}

#login-form label{
	padding-bottom: 3px;
	display: block;
	color: #fff;
}

#login-form input{
	display: block;
	margin-bottom: 8px;
	width: 188px;
	border: none;
	background: url('../img/login-form-input.png') no-repeat;
	overflow: hidden;
	padding: 5px 6px;
	height: 18px;
}

#login-form #id_loginform_submit{
	background: url('../img/login-form-submit.png') no-repeat;
	width: 70px;
	height: 27px;	
	text-indent: -9999px;
	cursor: pointer;
	margin-bottom: 0px;
}

#search-form{
	float:right;
	margin-right: 8px;
	margin-top:4px;
}

#search{
	width: 116px;
	height: 18px;
	background: url('../img/search-bg.png') no-repeat;
	border: none;
	color: #fff;
	padding-left: 4px;
	padding-right: 7px;
	margin-left: 5px;
	float: left;
	margin-top: 2px;
}

#search:focus{
  outline: 0 none;
}

#pres-container{
	margin-bottom: 20px;

}

#search-go{
	margin-top: 2px;
	background: url('../img/search-go.png') no-repeat;
	text-indent: -99999px;
	border: none;
	width: 17px;
	height: 17px;
	margin-left: 3px;
	float: left;
	cursor: pointer;
}

#password-reminder{
	color: #8cdbe3;
	border: none;	
}

#password-reminder:hover{
	border: none;
}

#menu-holder{
	background: url(../img/menubg.png) top left repeat-x;
	overflow: hidden;
	height: 33px;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 12px;
	color: #fff;
	padding-left: 9px;
	padding-top: 1px;	
}

#menu{
	margin-top: -1px;
}

#menu li{
	float: left;
	list-style: none;
}

#menu li a {	
	display: block;
	padding: 6px 9px 5px 9px;
	margin-right:5px;
	text-decoration: none;
	font-size: 12px;
	color: #fff;	
	margin-left: 0px;
	border: none;
}

#menu li a:hover, #menu li:hover a, #menu li.curpage a, #menu li.hovering{
	color: #676767;
	background-color: #fff;
	border: 0;
	background: #fff url(../img/menuhoverbg.png) repeat-x;
}

#menu li a:hover li a, #menu li.hovering li a, #menu li a li a:hover, #menu li:hover li a{
	background: transparent url('../img/menu-bg.png') repeat-y;
}

#menu li.curpage a{
	padding-bottom: 14px;
}

#menu li.hovering{
	border: 1px solid red;
}

#menu li.curpage ul{
	display: none;
}

#menu li:hover ul, #menu li:hover ul li{
	display: block;
}

#menu li.curpage:hover ul{
	display: none;
}

#menu li ul{	
	margin: 0;
	padding: 0;
	position: absolute;
	background: transparent url('../img/menu-bg-bottom.png') no-repeat bottom left;
	padding-bottom: 9px;
	margin: -1px 0 0 -7px;
	display: none;
	z-index:99999;
}

#menu li ul li{	
	float: none;
	display: inline;
}

#menu li ul li a{
	font-size: 11px;	
	width: auto;
	background: transparent url('../img/menu-bg.png') repeat-y;
	width: 200px;
	padding-left: 15px;
	padding-right: 25px;
	color: #676767;
}

#menu li ul li a:hover, #menu li:hover ul li a{	
	background-color: transparent;
}

#submenu{
	background: #3fb8e5;
	color: #fff;
	float: right;
	margin-right: 0px;
	padding-right: 0px;
	margin-top: -10px;
	padding-top: 38px;
	padding-bottom: 10px;
}

#submenu li{
	list-style: none;
	text-align: right;
}

#submenu li a{
	color: #fff;
	font-size: 11px;
	font-family: Tahoma,Geneva,sans-serif;
	display: block;
	padding: 5px 10px 5px 10px;
	text-transform: capitalize;
	font-weight: lighter;
	border: none;
}

#submenu li.curpage a{
	color: #3FB8E5;
	background: #ffffff;
}

#submenu li a:hover{
	border: none;
}

#focus{
	height: 245px;
	padding-top: 5px;
	padding-left: 15px;	
	background: url(../img/focusbg.png) repeat-x;
	color: #FFF;
	margin-top:-7px;
}

.slider-info{
	color: #fff;
	margin-top: 5px;
	display: block;
}

#focus h1{
	font-size: 24px;
	margin-bottom: 10px;
	margin-left:-5px;
	margin-top:3px;
	padding:3px 5px;
	background-color: #3fb8e5;
	display: inline;
	position: absolute;
}

#focus h2{
	font-size: 18px;
	margin-bottom: 10px;
	margin-left:-5px;
	margin-top: 40px;
	padding:3px 5px;
	display: inline;
	position: absolute;
}

#focus-omschrijving{
	font-size: 12px;
	height: 100px;
	margin-top:70px;
	overflow:hidden;
	padding-bottom:15px;
	width: 445px;
}

#focus-bottom{
	font-size: 12px;
}

#focus p{
	margin-bottom: 10px;
}

#main{
	padding-top: 15px;
	padding-left: 15px;
	line-height: 18px;
	color:#676767;
	overflow:hidden;
}

#textcontent{
	float: left;
	width: 445px;
}

#main-sub{
	width: 793px;
	overflow: hidden;
	/*border: 1px solid red;
	background: url('../img/sub-bg.png') repeat-y;*/
	background-color: #fff;
	margin-top:-250px;
	padding-top: 10px;
	padding-left: 10px;
	color: #676767;
	margin-left: 9px;
	padding-bottom: 10px;
	min-height: 400px;
	font-size: 12px;
}

#main-sub-footer{
	background: url('../img/sub-bg-bottom.png') no-repeat;
	height: 22px;
	width: 795px;
	padding-left: 20px;
	margin-left: 9px;
}

#main-sub h1{
	font-size: 18px;
	color: #676767;
	/*text-transform: capitalize;*/
	margin-bottom: 5px;
}

#main p, #main-sub p{
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}

#main-sub #text-content ul{
	margin-left: 30px;
	margin-bottom: 10px;
}

#main-sub #text-content li{
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 12px;
}

#main-sub h2{
	font-size: 12px;
	margin-bottom: 5px;
}

.page-img{
	margin-bottom: 5px;
}

#main h2{
	font-size: 20px;
	margin-bottom: 5px;
}

.sidebar h2{
	color: #676767;
}

.sidebar .blue h2{
	color: #3fb8e5;
}

#main h3, #main-sub h3{
	margin-bottom: 5px;
}

.sidebar{
	float: right;
	width: 329px;
	color: #676767;	
	margin-top: -10px;
	font-size: 12px;
	margin-right: 10px;
}

#content-footer p{
	font-size: 12px;
}

.sidebar p, #content-footer p{
	font-size: 11px;
} 

#content-footer{
	margin-top: 50px;
	color: #676767;
	font-size: 12px;
}

#content-footer h2{
	
}

#search-form label{
	float: left;
	margin-top:2px;
}

#newsletter{
	background: url('../img/fenelab-newsletter-bg.png') no-repeat;
	width: 333px;
	padding: 10px;
}

#newsletter iframe{
	width: 310px;
	height: 200px;
	overflow: hidden;
	border: none;
}

.sidebar .block{
	padding: 10px;
	margin-bottom: 20px;
}

.block.blue{
	background: #eaf7fc;
	border-bottom: 3px solid #3fb8e5;
}

#nieuws li, #career li, .block ul li{
	list-style: none;
	font-size: 11px;
	font-family: Tahoma,Geneva,sans-serif;
}

#newsletter label{
	font-size: 11px;
	font-family: Tahoma,Geneva,sans-serif;
}

#uitgelicht{
	float: right;
	height: 216px;
	margin-right: 12px;
	margin-top: 8px;
	width: 329px;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 12px;
}

#uitgelicht-img{
	margin-top: 10px;
	position: absolute;
	height: 110px;
	width: 333px;
	background-repeat: no-repeat;
	margin-left:-10px;
}

#uitgelicht span, #uitgelicht a{
	margin-top: 22px;
	color: #FFF;
	position: absolute;
}

#uitgelicht span{
	background-color: #3FB8E5;
	padding: 2px;
} 

#uitgelicht a{
	margin-top: 52px;
	padding: 2px;
	background-color: #b2d237;
	text-decoration: none;
}

#uitgelicht a:hover{
	border: none;
}

.round-bottom{
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.round{
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#filter-vlak, .vacature, .www-lid{
	font-size: 12px;
	padding: 10px;
	
}

#filter-vlak{
	background: #f3f3f3;
	margin-bottom: 15px;
	
}

.vacature, .www-lid{
	background: #f9f9f9;
	border-bottom: 1px solid #e2e2e2;
}

.vacature .title, .newsitem .title{
	font-size: 13px;
	font-weight: bold;
}

.vacature-info, .lid-info, .newsitem-info{
	margin-top: -8px;
	font-size: 12px;
}

.newsitem-info{
	font-style: italic;
}

.vacature .vacature-info, .www-lid .lid-info, .newsitem .newsitem-info{
	margin-top: 3px;
	margin-bottom: 3px;
	font-style: italic;
}

.www-lid{
	height: 114px;
	overflow: hidden;
}

.www-lid img{
	margin-top: 6px;
	position: absolute;
	border: 1px solid #11b5c5;
	width: 98px;
	height: 98px;
}

.www-lid h2, .www-lid div, .www-lid p{
	margin-left: 110px;
}

#main-sub .www-lid h2{
	margin-top: 2px;
	font-family:Tahoma,Geneva,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}

#lid-extra-info{
	float:right;
	margin-right:6px;
	margin-top:-40px;
	
	width: 180px;
	background: #DCF3F6;
	padding: 30px 0px 10px 10px;
	font-family:Tahoma,Geneva,sans-serif;
	font-size: 11px;
	font-style: italic;	
}

#lid-extra-info p{
	margin-bottom: 25px;
	font-size: 11px;
}

#lid-extra-info span{
	width: 30px;
	display: block;
	float: left;
}

.uni-form label{
	display: block;
	float: left;
	width: 150px;
}

.uni-form .submitbutton{
	background-color: #3FB8E5;
	color: #fff;
	border: none;
	padding: 2px 5px;
	cursor: pointer;
	
	float: right;
	margin-top: -26px;
	margin-right: 20px;
}

.uni-form .ctrlHolder{
	margin-bottom: 5px;
}

.uni-form .select{
	width: 210px;
}

#banenmarkt{
	margin-top: 20px;
}

.lid-vacatures-info{
	display: block;
	font-size: 11px;
}

#text-content{
	width: 569px;
	font-size: 12px;
	padding-top:10px;
}

#google-maps{
	float: right;
	width: 300px;
	height: 300px;
	
}

.news-img{
	float: right;
	margin: 0px 10px 10px 10px;
}

.vacature-content{
	padding-top: 10px;
}

.search_result_items a{
	
}

.blue{
	color: #3FB8E5;
}

.pagination{
	margin-top: 20px;
	text-align: center;
	font-size:12px;
	width:564px; 
	color: #3FB8E5;
}

.pagination .page{
	padding: 1px 0px;
	margin: 0px 5px;
}

.pagination .current{
	padding: 1px 3px;
	margin: 0px 2px;
	background: #3FB8E5;
	color: #ffffff;	
}

.pagination .disabled{
	color: #E2E2E2;
}

/*
FORMS
*/
.uniForm {
	font-size: 12px;
}

.uniForm .ctrlHolder {
	border-bottom:1px solid #DFDFDF;
	padding:7px;	
}

.ctrlHolder{
	margin-bottom: 5px;
	overflow: hidden;
}

.ctrlHolder label{
	float: left;
	display: block;
	width: 120px;
	font-size: 12px;
}

#div_id_prive, #div_id_beschermd{
	height: 18px;
}

#div_id_prive label, #div_id_beschermd label{
	position: absolute;
}

.ctrlHolder input, #fposttopic input{
	float: left;
	border: 1px solid #d2d2d2;
	background-color: #f4f4f4;
	padding: 2px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.ctrlHolder .textarea, #fpostreply textarea, #fposttopic textarea{
	width: 280px;
	border: none;
	background: #f4f4f4;
	height: 80px;
	margin-top: 5px;
	padding: 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #D2D2D2
}

#fpostreply th, #fposttopic th{
	vertical-align: top;
	padding-top: 5px;
}

.errorbox span{
	display: none;
}

.closebutton{ float: right; margin-right: 10px;}

.ctrlHolder input:focus, .ctrlHolder textarea:focus, , #fpostreply textarea:focus, #fposttopic textarea:focus{
	background-color: #dfdfdf;
	outline: none;
}


.ctrlHolder .textinput{
	width: 270px;
}

.ctrlHolder.checkbox{
	margin-left: 115px;
}

.login {
	width:300px;
}

.link-button {
	background: #949595 none repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	padding:2px 8px;
	text-decoration:none;
	font-size: 12px;
}

.submitbutton, #fposttopic input.submitbutton {
	background-color:#3fb8e5;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
	height:20px;
}

#id_username {
	width:auto;
}

.errorField{
	color: red;
}

#errorMsg ul li {
	font-style:italic;
	margin-left:20px;
}

.aim-form{
	width: 425px;
	margin-bottom: 20px;
	font-size: 12px;
	overflow:hidden;
}

.section{
	margin-bottom: 10px;
	border-bottom: 1px solid #D2D2D2;
	overflow: hidden;
	padding-bottom: 10px;
}

.leftofsidebar{
	width: 425px;
}

#career li p, #events li p{
	color: #676767;
	font-size:12px;
	margin-bottom: 0px;
}

.aim-submenu{
	font-size: 12px;
	overflow:hidden;
	width: 402px;	
}

.left {
	float: left;
}

.right {
	float: right;
}

.lid-info {
	background:#F9F9F9 none repeat scroll 0 0;
	border-bottom: 0px solid #E2E2E2;
	overflow:hidden;
	padding: 10px 10px 10px 0px;
	width: 425px;
	margin-bottom:15px;
}


.profiel-image img {
	border:1px solid #11B5C5;
	display:block;
	height:98px;
	margin-bottom:8px;
	width:98px;
}

.profiel-image {
	float:left;
	margin-right:10px;
	text-align:center;
	width:100px;
}

.lid-info .left {
	color:#A2A2A2;
	font-style:italic;
	width:305px;
}

.lid-info span {
	display:block;
	margin-bottom:4px;
}

#profiel-form {
	display:block;
	margin-left:110px;
}

#id_faculty{
	width: 275px;
}

.profiel-image em{
	font-size: 11px;
}

#terug-button {
	float:left;
	
}

.search_result {
	background-color:#F9F9F9;
	color:#676767;
	cursor:pointer;
	margin-left:5px;
	margin-top:10px;
	width:404px;
}

.search_result_items  {
	display:none;
	padding:5px;
}

.search_result_header  {
	background-color:#EAEAEA;
	font-weight:bold;
	padding:5px;
}

.search_result .blue{
	font-weight: bold;
}

#div_id_datum {
	float:left;
	width:200px;
}

#id_datum {
	width:70px;
}

#div_id_van, #div_id_tot {
	float:left;
}

#div_id_van label, #div_id_tot label {
	margin-left:5px;
	width: 40px;
}

#div_id_tot label{
	width: 30px;	
}

#div_id_van input, #div_id_tot input {
	width:40px;
}

#evenement-form #div_id_bestand, #evenement-form #div_id_locatie {
	clear:left;
}

#ui-datepicker-div{
	font-size:12px;
}

#eventtree {
	width: 425px;
	margin-top:5px;
	font-size: 12px;
}

#eventtree li.grouper-holder {
	background:#EAEAEA none repeat scroll 0 0;
	list-style: none;
}

.eventgrouper {
	color:#676767;
	cursor:pointer;
	font-weight:bold;
	padding:5px;
}

.presentation ul{
	margin-top: 10px;
	padding-bottom: 10px;
	display: block;
	
}

.presentation ul .doc-type-vid{
	width: 22px;
}

.presentation ul li, .document ul li, .evenement ul li, .vacature ul li {
	float:left;
	list-style: none;
}

input.huidigebestanden {
	display:none;
}

.eve-day {
	margin-right:20px;
}

.document ul li.doc-date, .evenement ul li.eve-tijd, .vacature ul li.vac-action {
	color:#BDBDBD;
	float:right;
	margin-right:5px;
	text-align:right;
}

.file-owner-link, .lid-info a {
	border-bottom:1px solid #B2D237;
	color:#3FB8E5;
	text-decoration:none;
}

.user-links {
	text-align:right;
}

.download-link, .user-links, .user-links a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

li.download-link.right{
	float: right;
}

.eve-more-info {
	padding-left:30px;
}

.eve-location {
	margin-bottom:4px;
	margin-top:-8px;
}

.eve-day {
	margin-right:20px;
}

.doc-name, .eve-location, .eve-day, .vac-name {
	font-style:italic;
}

.document ul, .evenement ul, .vacature ul, .discussion ul {
	cursor:pointer;
	height:20px;
	overflow:hidden;
}

.document, .evenement, .vacature, .discussion {
	background:#F9F9F9 none repeat scroll 0 0;
	border-bottom:1px solid #E2E2E2;
	padding:5px;
	font-size: 12px;
	width: 390px;
}

.document{
	/*width: 425px;*/
}

.doc-type-img, .doc-type-vid {
	height:17px;
	margin-right:5px;
	width:17px;
}

.evenement {
	border-top:1px solid #E2E2E2;
	display:none;
}

.cal{
	background: url('../img/kern-cal.png') no-repeat;	
}

.zip{
	background: url('../img/kern-zip.png') no-repeat;	
}

.dis{
	background: url('../img/group.png') no-repeat;
}

.vid{
	background: url('../img/video.png') no-repeat;
}

.pdf{
	background: url('../img/kern-pdf.png') no-repeat;
}

.ppt{
	background: url('../img/kern-ppt.png') no-repeat;
}

.doc{
	background: url('../img/kern-word.png') no-repeat;
}

.xls{
	background: url('../img/kern-xls.png') no-repeat;
}

.doc-more-info, .eve-more-info, .vac-more-info{
	display: none;
}

#fposttopic{
	display: none;
}

#fposttopic textarea, #fpostreply textarea {
	border: 1px solid #D2D2D2;
	width: 605px;
}

#errorbox{
	display: none;
}


.aim-frontpage-item{
	cursor:  auto;
	padding: 5px;
	border-bottom:1px solid #E2E2E2;
}

.aim-frontpage-item-header{
	font-weight: bold;
	color: #676767;
}

.aim-frontpage-item .document ul, .aim-frontpage-item .discussion ul, .kern-frontpage-item .evenement ul{
	cursor: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

.aim-frontpage-item-comment{
	display: block;
	clear: left;
	
}

.aim-frontpage-item .document, .aim-frontpage-item .discussion, .kern-frontpage-item .evenement{
	border: none;
	display: block;
	cursor: auto;
}

.aim-frontpage-item-footer{
	margin-top: 10px;
	color: #bdbdbd;
	font-size: 11px;
	padding:10px 0;
}

.aim-frontpage-item {
	background-color:#F9F9F9;
	color:#676767;
	margin-left:5px;
	margin-top:10px;
	width: 395px;
	padding-bottom:10px;
	padding-left: 65px;
	padding-top:10px;
}

#member-home .sidebar{
	width: 305px;
	margin-top: 0px;
}

#main-sub .sidebar h2{
	font-size: 20px;
}

#textcontent ul{
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#textcontent div{
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
}

.withtitle{
	margin-top: 0px;
}

#vacature-form #id_desc{
	width: 400px;
}

#slider.uni-detail #focus-omschrijving{
	margin-top: 0px;
	padding-top: 70px;
	color: #676767;
	line-height: 20px;
	height: 130px;
}

#focus-bottom a, #focus-omschrijving a{
	color: #676767;
	border-bottom: 1px dotted #fff;
}

.sidebar #become-member{
	margin-top:-5px;
	padding-top: 0px;
}

.activity-avatar{
	position: absolute;
	margin-left: -55px;
	border: 1px solid #3FB8E5;
}

.aim-submenu a.selected {
	color:#676767;
	font-style: italic;
}

.aim-submenu a {
	color:#B4B4B4;
	text-decoration:none;
}

.vacature{
	overflow: hidden;
}

.vac-vervaldatum{
	color: #B4B4B4;
	display: none;
}

.doc-more-info p{
	margin: 5px 0px;
}

.aim-form .error {
	background-color:#FFD9DE;
}

#div_id_bestand .new-fileinput {
	display:none;
	margin-left:120px;
}

.deldoc {
	background:url("../img/cancel.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:inline-block;
	height:16px;
	margin-left:20px;
	text-indent:-9999px;
	width:16px;
}

.eve-more-info .download-link, .kern-frontpage-item .download-link {
	float:right;
}

#profiel #id_desc{
	height: 180px;
	width: 375px;
}

#fpostreply .errorlist, #fposttopic .errorlist{
	margin-left: 25px;
	color: red; 
}

.block .small{
	color: #676767;
	font-style: italic;
}

#events b{
	display: block;
	margin-top: 10px;
	margin-bottom: -5px;
}

#events h2{
	margin-bottom: 0px;
}

#pej-articles ul{
	margin-bottom: 10px;
}

#pej-articles ul li, #nieuws ul li, #other-initiatives ul li, #career ul li{
	margin-bottom: 7px;
}

.is_aim{
	margin-left:254px;
	margin-top:140px;
	position:absolute;
}

.aim-frontpage-item .evenement{
	display: block;
	border: none;
}

#uitgelicht img{
	float: right;
}

#main-sub p.bluebg {
	  color: #3FB8E5;
	  background-color: #EAF7FC;
	  margin-bottom: 0px;
	  text-transform: uppercase;
	  padding: 5px;
	  margin-left: -5px;
	  /* background-color: #EAF7FC; color: #3FB8E5; */
}

#main-sub p.blue {
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #3FB8E5;
    /* color: #3FB8E5;*/
}

#main-sub p.grey {
	padding: 5px;
	margin-left: -5px;
	margin-top: 0px;
	background-color: #F9F9F9;
	font-style: italic;
    /* margin-top: 0px;
	background-color: #F9F9F9;
	font-style: italic;*/
}

#main-sub p.grey em{
	text-decoration: underline;
}

#main-sub h2.big {
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 20px;
		
}

.msg{
	display: block;
	padding-bottom: 10px;
	color: #3FB8E5;
	font-style: italic;
}

.brd .userstatus.online span{
	border-color: #8CD46A;
}

#intro{
	margin:0 323px 10px 0;
	padding:10px;
}

#intro p{
    line-height: 1.5em;
}

.poll{
	background: url('../img/chart_bar.png') no-repeat 25px 10px #eaf7c0;
	height: auto;
    overflow: hidden;
}

.poll.notvoted{
	height: auto;
}

.poll.hide{
	overflow: hidden;
	height: 14px;
}

.poll-form{
	padding-top: 10px;
}

#close-poll{
	float:right;
}

.poll-form div{
	margin-bottom: 5px;
}

.poll-form input{
	margin-right: 5px;
}

.pollbutton{
	display: block;
	float: left;
	padding: 2px 15px;
	background-color: #3FB8E5;
	margin-right: 20px;
	border: none;
	color: #fff;
	 -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3+, Chrome */
          border-radius: 5px; /* Opera 10.5, IE 9 */
}

.pollbuttons{
	padding-left: 50px;
}

.poll .aim-frontpage-item-footer{
	clear: left;
	
}

#result-chart{
	/*margin-left: -60px;*/
	position: absolute;
	
	margin-left:-1960px;
	height:240px;
}

#result-chart.visible{
	margin-left: -60px;
	position: inherit;
}

#pollresults table{
	/*display: none;*/
}

#pollresults table th{
    text-align: left;
}

#text-content.pres-content{
	width: 790px;
}

#div_id_forum_updates{
	
}

#div_id_forum_updates label{
	padding-left: 5px;
	width: 280px;
	color: #999;
}

#fip_logolink{
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 1000;
    border: 0px;
}
